@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #555;
  overflow-x: hidden;
  font-family: "PingFang SC", "Microsoft Yahei";
  font-weight: 400;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
button,
input,
img,
select,
textarea,
b,
i,
a,
div,
span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
b,
i {
  font-style: normal;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*改变滚动条*/
/*
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #333;
}

 */
.swiper-container {
  width: 100%;
  height: 100%;
}
.com-main {
  width: 100%;
  position: relative;
}
